home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
American History: Interactive Maps & User's Guide
/
American History: Interactive Maps & User's Guide.iso
/
pc
/
Pref.dxr
/
00004.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-01-25
|
298 b
|
11 lines
on startMovie
global gButtonPressed, gSystemVolumeLevel
set gButtonPressed to 1
repeat with counter = 1 to 48
set the visible of sprite counter to 1
end repeat
if voidp(gSystemVolumeLevel) then
set gSystemVolumeLevel to integer(36.42000000000000171 * the soundLevel)
end if
end